home *** CD-ROM | disk | FTP | other *** search
/ Explorer - Mosaic & Web / Explorer - Mosaic & Web.iso / urbstuff / unix / readme.txt < prev    next >
Encoding:
Text File  |  1995-02-05  |  1.9 KB  |  52 lines

  1.     The files in this directroy are Unix scripts.
  2.  
  3.  
  4.  
  5.  
  6.      Script "findfile" used to send an email search request to an archie
  7. server.
  8.  
  9. The syntax is:
  10.               findfile string
  11. replace string with the file name (or substring) to find.
  12.  
  13.      Script "go" is used to start a gopher session
  14.  
  15. The syntax is:
  16.               go [domain-name]
  17. If a domain name is specified the gopher session will start at that site,
  18. otherwise, the gopher session will start at the University of Minnesota.
  19. Use go -b to start at your bookmark file.
  20.  
  21.      Script "roadmap" is used to show the use of a script to display
  22. files from another directory. It was specifically designed to work
  23. with the excellent Roadmap course. Roadmap was presendted as a group of
  24. e-mail lessons for new users. If you would like more information about
  25. the course let me know with mail to lejeune@acyu.digex.net
  26.  
  27.      Script "runit" is used to make a script file(s) executable.
  28.  
  29. The syntax is:
  30.               runit script-name-list
  31. replace script-name-list with the file name(s) to be make
  32. executable. List is in the form: runit file-1 file-2 ... file-n
  33. Wild cards may be used, such as runit abc*
  34. Which will make any file beginning with "abc" executable.
  35.  
  36.      The file "cshrc" is a portion of my .cshrc file. It is included
  37. to show the use of aliases.
  38.  
  39.      The file LFCRLF11.ZIP is a shareware contains programs to conver
  40. DOS file format to UNIX file format and the reverse.
  41.  
  42.      If you constantly transfer text and binary files between UNIX and DOS
  43. platforms, using Kermit or any  other file transfer program then these
  44. utilities are for you.
  45.  
  46.      You can set your file transfer program to use always use the
  47. (slightly faster) binary mode for file transfer. Once the files are on
  48. the PC, you can translate the files from the UNIX text format to the
  49. DOS text format using CRLF. Before you transfer the files to UNIX you
  50. can translate your text files to UNIX format using LF.
  51.  
  52.